gtk/gtkprivate.c: Include stdlib.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 30 Dec 2011 09:20:22 +0000 (17:20 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 3 Jan 2012 16:52:44 +0000 (00:52 +0800)
Include stdlib.h for getenv to avoid C4013/implicit declaration of ...
warnings

gtk/gtkprivate.c

index ed5f1f7a70d84a9a8f42359612d72b684d1a3699..df4579024a66eb2d90ccaf2543c419d507477aa7 100644 (file)
@@ -27,6 +27,7 @@
 #include "config.h"
 
 #include <locale.h>
+#include <stdlib.h>
 
 #include "gdk/gdk.h"